Thanks, Abed.#!/usr/bin/perl -w use CGI; $cgi = new CGI; $word = $cgi->param('word'); #Debuggin open FILE, ">>", "file.txt"; print FILE "Parameter";
In reply to Re^6: Call Perl script from Javascript
by fattahsafa
in thread Call Perl script from Javascript
by fattahsafa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |