Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
    print `Perl noname2.pl`;
    
  2. or download this
    use warnings;
    use strict;
    
    print "This is noname2.pl\n";
    
  3. or download this
    This is noname2.pl