↧
Perl day 1: arguments
So here’s day one of my journey to learning perl. The reason I’m learning it is because there’s a lot of perl used at my work place. I can sort of read it, but I think it’s good to actually be able to...
View ArticlePerl day 2: if statements
The if statements that I’ve seen in perl seem to be pretty much the standard. It looks like the standard kind that I’ve used in java. Today’s link is the perl – if statement syntax webpage. We got our...
View ArticlePerl day 3: unless statement
Going off our if statement yesterday, I found that there’s something called the unless clause. According to the ifelseifelse website, the unless clause is the opposite of an if statement. I like their...
View Article