Help for this page

Select Code to Download


  1. or download this
    $hello="hello123";
    &hello;
    
  2. or download this
    sub hello {
    
    print $hello;
    
    }