Help for this page

Select Code to Download


  1. or download this
    my $foo = "\x4D";
    
    print "$bla";
    
    M
    
  2. or download this
    my $foo = "4D";
    my $bar = "\x4D";
    ...
    
    Illegal hexadecimal digit '$' ignored at roman.pl line 10.
    4D.