Help for this page

Select Code to Download


  1. or download this
    %s{'a'} = 10 ;
    %s{'b'} = 20 ;
    %s{'c'} = 30 ;
    
  2. or download this
    $s{'a'} = 10 ;
    $s{'b'} = 20 ;
    $s{'c'} = 30 ;
    
  3. or download this
    #!/usr/bin/perl
    use strict  ;
    ...
    
        return $s ;
    }