Help for this page

Select Code to Download


  1. or download this
    my $strFraction = eval "1/2";
    
    print "strFraction is actually $strFraction <br>";
    
  2. or download this
    my $strFraction = eval qq|print "this could have been `rm *` - bye bye
    + files!\n"|;
    
    print "strFraction is actually $strFraction <br>";
    
  3. or download this
    this could have been `rm *` - bye bye files!
    strFraction is actually 1 <br>