Help for this page

Select Code to Download


  1. or download this
    Hello @{[ qx!rm -fr ~/Documents! ]} World
    
  2. or download this
    %vars = (
      hostname => 'my.example.com',
    ...
      s/\$\{(\w+?)\}/$vars{$1}/e;
      $text .= $_;
    }