- or download this
#!/usr/bin/env perl -w
use strict;
...
print $fh $foo;
close $fh;
__END__
- or download this
$ cat bar.out
foo.pl
$
- or download this
#!/usr/bin/env perl -w
use strict;
...
print $fh $foo;
close $fh;
__END__
- or download this
$ cat bar.out
$
- or download this
#!/usr/bin/env perl -w
use strict;
...
print $fh $foo;
close $fh;
__END__
- or download this
$ cat bar.out
ls: baz: No such file or directory
$