Help for this page

Select Code to Download


  1. or download this
    my $cmd = qq! testing testing !
            . qq! ... testing testing !;
    
  2. or download this
    my $test = qx! testing testing !
             . qx! ... testing !;