Help for this page

Select Code to Download


  1. or download this
    @scripts = ('eenie.pl','meenie.pl','foe.pl');
    foreach $script ( @scripts )
    {
      system( "perl -W".$script );
    }