Help for this page

Select Code to Download


  1. or download this
    
    first_sub('Testing, testing',' one, two, three');
    ...
        print $variable.$variable2;
    }
    
  2. or download this
    use strict;
    use vars qw/$var1 $var2/;