Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $ur_1 = "http://192.168.1.12/santhoshkumar/doc.php?id=1";
    $ur_1=$mech->get($ur_1);
    print Dumper($ur_1);
    
  2. or download this
    doc.php:
    
    ...
    print_r($_GET);
    echo "HAI:$_GET[id]";
    ?>