Help for this page

Select Code to Download


  1. or download this
    my $x= f();
    $x= g($x);
    
  2. or download this
    sub mk_qr ($)
    {
    eval "qr/$_[0]/";
    }