Help for this page

Select Code to Download


  1. or download this
    C:\Perl\Tests>perl -c -e"$var = { aa...aaaa}"
    -e syntax OK
    ...
    C:\Perl\Tests>perl -c -e"$var = { 'aa'...'aaaa_'}"
    
    C:\Perl\Tests>