- or download this
#!/usr/bin/perl -w
use strict;
...
print "---------------------------------------------\n";
}
__END__
- or download this
#!/usr/bin/perl -w
use strict;
...
print "---------------------------------------------\n";
}
__END__
- or download this
#!/usr/bin/perl -w
use strict;
use warnings;
...
#print "---------------------------------------------\n";
}
__END__