Help for this page

Select Code to Download


  1. or download this
    use strict;                      # line 1
    use warnings;                    # line 2
    ...
      print 'value2 is bar';         # line 11
                                     # line 12
    }                                # line 13
    
  2. or download this
    [evdb@desktop evdb]$ perl test.pl 
    Use of uninitialized value in string eq at test.pl line 7.