Help for this page

Select Code to Download


  1. or download this
    use Encode qw( decode );
    
    ...
    print(length($chars), "\n");  # 3
    
    print($chars =~ /xml/ ?1:0,"\n");  # 1