Ask a Question related to PERL Miscellaneous, Design and Development.
-
john #1
javascript=escape() perl=(looking for equiv)
anybody know what the per equilivent to the javascript escape() function.
thanks in advance
john
john Guest
-
Javascript at http://eae.net && Perl
Hi Folks I believe there are 2 Perl modules based on JS code from eae.net: 1) CGI::Explorer by me 2) An::Other Does anyone know what this... -
Perl, javascript and CGI
Hi, I have the following scenario in a system that we run. From a webpage using javascript I am able to invoke a *.ipl script on the server and... -
Perl equiv to PHP file() ?
Does Perl have an equivalent to the PHP function file()? file() reads a file into an array. More importantly for me, you can pass a URL to file(),... -
Perl equiv to PHP file()
(Slightly OT.) Does anybody here who works in both PHP and Perl happen to know whether there is a Perl equivalent to PHP's file(url)? I need to... -
becomeFirstResponder and key equiv. for OK button
The action for the OK button check if the editable NSTextField hold valid date. For error the faulty NSTextField is set to first responder with... -
Greg Patnude #2
Re: javascript=escape() perl=(looking for equiv)
"john" <wenjoh26@emNOSPAMail@pct.edu> wrote in message
news:Xns93F7EAE0DBD83wenjoh26emNOSPAMailp@216.65.9 8.9...quotemeta> anybody know what the per equilivent to the javascript escape() function.
>
> thanks in advance
> john
Greg Patnude Guest
-
Gregory Toomey #3
Re: javascript=escape() perl=(looking for equiv)
"john" <wenjoh26@emNOSPAMail@pct.edu> wrote in message
news:Xns93F7EAE0DBD83wenjoh26emNOSPAMailp@216.65.9 8.9...See [url]http://developer.irt.org/script/1505.htm[/url]> anybody know what the per equilivent to the javascript escape() function.
>
> thanks in advance
> john
gtoomey
Gregory Toomey Guest
-
Tad McClellan #4
Re: javascript=escape() perl=(looking for equiv)
john <wenjoh26@emNOSPAMail@pct.edu> wrote:
> anybody know what the per equilivent to the javascript escape() function.
Maybe.
What does the javascript escape() function do?
--
Tad McClellan SGML consulting
[email]tadmc@augustmail.com[/email] Perl programming
Fort Worth, Texas
Tad McClellan Guest
-
Michael Budash #5
Re: javascript=escape() perl=(looking for equiv)
In article <slrnbmdagf.2ip.tadmc@magna.augustmail.com>,
[email]tadmc@augustmail.com[/email] (Tad McClellan) wrote:
judging by the javascript docs i use (oreilly's "javascript: the> john <wenjoh26@emNOSPAMail@pct.edu> wrote:
>>> > anybody know what the per equilivent to the javascript escape() function.
>
> Maybe.
>
> What does the javascript escape() function do?
definitive guide"), he wants URI::Escape...
--
Michael Budash
Michael Budash Guest



Reply With Quote

