Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings;
    
    my $string = 'hello world'; 
    print substr($string,'0',5)."\n";
    
  2. or download this
    sh-3.2$ perl absurd2.pl
    hello