- or download this
#!/usr/bin/perl -w
use strict;
...
my $error = 10;
print "$error.\n";
- or download this
#!/usr/bin/perl -w
use strict;
...
print "After: ";
# Run the first script
do "file1";
- or download this
#!/usr/bin/perl -w
use strict;
...
print "After: ";
# Run the first script
do "file1";