in reply to 'or' Bug Bear
#!/usr/bin/perl -w use strict ; sub fred { # my $file = 'xxrcdisnaeexist' ; my $TV = 0 ; # unless ( open IP, $file ) { print "\n\tNo kin d\n", "\n\tI bet ye dinna see this\n"; return; } # if ($TV) { print "\n\tIt's Twoo It's Twoo\n" ; } # } fred or die "\n\tThis failed min!!!\n" ;
|
|---|