Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    {
    print "Inside else \n\n";
    }
    
  2. or download this
    Use of uninitialized value in pattern match (m//) at ./tt.pl line 8, <
    +STDIN> line 1.