Help for this page

Select Code to Download


  1. or download this
    my $encoded = encode_entities($line);
    print "$encoded\n";
    
  2. or download this
    “a”
    
  3. or download this
    
    my $text;
    ...
    
    my $encoded = encode_entities($text);
    print "$encoded\n";
    
  4. or download this
    “a”