Help for this page

Select Code to Download


  1. or download this
    my $a = q#${system('rm -rf /')}#;
    print "The command in \$a is $a\n";
    
  2. or download this
    The command in $a is ${system('rm -rf /')}
    
  3. or download this
    my $b = "The command in \$a is $a\n";