- or download this
while(<>)
{
...
print;
}
}
- or download this
string1
.....
string2
- or download this
#!/usr/bin/perl -w
use strict;
...
print "desc: @desc\n";
print "data: @data\n";
print "new: @new\n";
- or download this
if(($_ eq "NewTag:") .. ($_ eq "Somethingelse:"))
{
...
}
- or download this
NewTag: # sets the third flip flop to true
...
...
.....
..... # these get given to the third
..... # option finally.
- or download this
if(/$date1/../$date2/)
{
}