Help for this page

Select Code to Download


  1. or download this
    #!c:\bin\perl
    use warnings;
    ...
    
    substr outside of string at - line 3.
    Use of uninitialized value in print at - line 4.
    
  2. or download this
    exit if(length($str)< $index);