end_html;

  1. nix

    perl:regarding commas and semicolons

    i have inserted a program below. as seen below, some statements use semicolons and some use commas, there seems to be no definite rule to follow, can anyone enlighten me on this? thanks... 1 #!/usr/bin/perl 2 use strict; 3 use CGI':standard'; 4 if(param) 5 { 6 my...
Top Bottom