- or download this
#!/usr/bin/perl
use strict;
...
print "got whatever: $whatever";
exit;
- or download this
#!/usr/bin/perl
...
};
print "got in: $in\n";
- or download this
whatever
Use of uninitialized value in concatenation (.) or string at foo.pl li
+ne 17.
got in:
- or download this
#!/usr/bin/perl
...
exit;