javascript=escape() perl=(looking for equiv)

Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default javascript=escape() perl=(looking for equiv)

    anybody know what the per equilivent to the javascript escape() function.

    thanks in advance
    john
    john Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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(),...
    4. 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...
    5. 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...
  3. #2

    Default Re: javascript=escape() perl=(looking for equiv)


    "john" <wenjoh26@emNOSPAMail@pct.edu> wrote in message
    news:Xns93F7EAE0DBD83wenjoh26emNOSPAMailp@216.65.9 8.9...
    > anybody know what the per equilivent to the javascript escape() function.
    >
    > thanks in advance
    > john
    quotemeta



    Greg Patnude Guest

  4. #3

    Default Re: javascript=escape() perl=(looking for equiv)

    "john" <wenjoh26@emNOSPAMail@pct.edu> wrote in message
    news:Xns93F7EAE0DBD83wenjoh26emNOSPAMailp@216.65.9 8.9...
    > anybody know what the per equilivent to the javascript escape() function.
    >
    > thanks in advance
    > john
    See [url]http://developer.irt.org/script/1505.htm[/url]

    gtoomey


    Gregory Toomey Guest

  5. #4

    Default 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

  6. #5

    Default Re: javascript=escape() perl=(looking for equiv)

    In article <slrnbmdagf.2ip.tadmc@magna.augustmail.com>,
    [email]tadmc@augustmail.com[/email] (Tad McClellan) wrote:
    > 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?
    judging by the javascript docs i use (oreilly's "javascript: the
    definitive guide"), he wants URI::Escape...

    --
    Michael Budash
    Michael Budash Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139