Help for this page

Select Code to Download


  1. or download this
      my $str = qw)You can quote me on this);
    
  2. or download this
    @words = qw)You can quote me on this);
    $str   =  q)You can quote me on this);