Help for this page

Select Code to Download


  1. or download this
    yoursub(a => 1);
    yoursub({ a => 1 });
    $obj->meth(a => 1);
    $obj->meth({a => 1});
    
  2. or download this
    http_get $url, timeout => 20, sub {
       # callback here
    };