Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
    ...
    }
    
    print "Exiting\n";
    
  2. or download this
    D:\test>perl test.pl
    
    D:\test>test1
    ...
    
    D:\test>
    Exiting
    
  3. or download this
    ~/test$ perl test.pl
    test1
    You typed: "test1"
    ...
    
    Exiting
    ~/test$