Help for this page

Select Code to Download


  1. or download this
    print <<_EOF_;
    This is correctly interpolated: ${\$query->param('name')}
    _EOF_
    
  2. or download this
    if ( $number == @{[reverse sort @list]}[0..$#list] )