Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use warnings;
    ...
      my $ID = $1;
      print "$ID\n";
    }
    
  2. or download this
    dpich@m6400-vb:~/Documents$ perl ./xml.pl
    Use of uninitialized value $. in regexp compilation at ./xml.pl line 6
    +.
    dpich@m6400-vb:~/Documents$