muizelaar has asked for the wisdom of the Perl Monks concerning the following question:
sub testlink { chdir($location) || die "Can't Chdir to $newdir: $!"; if ( -e $web_setup || $webin || $web_service ) { print "The links for the \"$site\" site may already exist please check + and try a gain.\nYou may need to remove links before adding them.\n"; } else { &linkfile; &linkdir; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running multiple subroutines
by toolic (Bishop) on Sep 21, 2007 at 14:04 UTC | |
by muizelaar (Sexton) on Sep 21, 2007 at 14:37 UTC | |
|
Re: Running multiple subroutines
by perlfan (Parson) on Sep 21, 2007 at 14:16 UTC |