Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    my $sescap_string = 'I am a \ escaped \' \'string'; # and some comment
    +s;
    my $empty_d ="";
    my $empty_s ='';
    
  2. or download this
    [Strings]
    " #I am not a comment, because I am quoted"
    ...
    # # "I am not a string" . 'because I am inside a comment'
    # and some comments;
    # and some comments;