- or download this
#!/usr/bin/perl
use strict;
...
print $f;
warn ".";
}
- or download this
. at test.pl line 7.
. at test.pl line 7.
ab
- or download this
#!/usr/bin/perl
use strict;
...
print $f;
warn ;
}
- or download this
Warning: something's wrong at test.pl line 7.
Warning: something's wrong at test.pl line 7.
a1
- or download this
$ perl -v
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi