- or download this
package Problem_42;
...
}
...
1;
- or download this
# test.pl
...
...
}
done_testing();
- or download this
# 1725_Pragma.pl
...
use warnings;
use First;
use Second;
- or download this
# First.pm
...
print "First\n";
1;
- or download this
# Second.pm
...
print "$f\n";
1;
- or download this
16:38 >perl 1725_Pragma.pl
First
...
1.41421356237309504880168872420969807857
16:38 >
- or download this
16:38 >perl 1725_Pragma.pl
First
...
2
16:40 >