Hello spatterson,
Can you provide us a small sample of script that replicates the case that you are mentioning?
#!/usr/bin/perl use strict; use warnings; =pod =head1 DESCRIPTION This script can have 2 parameters. The name or address of a machine and a command. It will execute the command on the given machine and print the output to the screen. =cut print "Here comes the name of the script ... $0\n"; __END__ $ perl test.pl Here comes the name of the script ... test.pl
Looking forward to your update.
In reply to Re: $0 in perl pod, not expanding to script name
by thanos1983
in thread $0 in perl pod, not expanding to script name
by spatterson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |