Help for this page

Select Code to Download


  1. or download this
     
    #/usr/local/bin/perl
    
    ...
    sub second {
        print "Message from first sub:  " , join (' ', @_), $/;
    }
    
  2. or download this
    Message from first sub:  from first sub