Help for this page

Select Code to Download


  1. or download this
    if ($r =~ //) 
    {
     xxx
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use CGI qw(:standard);
    
    my $q=CGI->new ;
    
  3. or download this
      DB<1> w print "hola" if  ("r" =~ //);
      DB<2> holac
    ...
      DB<2> p print "hola" if  ("r" =~ //);  
    
      DB<3>