Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9238245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:42:58+00:00 2026-06-18T07:42:58+00:00

I have a perl script that I am running from a browser. I’m passing

  • 0

I have a perl script that I am running from a browser. I’m passing query variables to it, but the query variables are showing up like johndoe%40test%2Ecom instead of johndoe@test.com

I would like to debug the variables to see how they are showing up in the beginning of the script.

In PHP it would be when accessing the url:

http://localhost/dump-variables.php?foo=1&bar=2&bis=johndoe%40test%2Ecom

The PHP script would include this code:

header('Content-type: text/plain');
print_r($_GET);

And the result would be:

Array
(
    [foo] => 1
    [bar] => 2
    [bis] => johndoe@test.com
)

Perl version : 5.010001

Important Note

I don’t have any special access (root / sudo) on the system I’m working on – so modules may have to be included via source…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T07:42:59+00:00Added an answer on June 18, 2026 at 7:42 am

    You’ve tagged this CGI, so I’ll first suggest using something more efficient.

    But if you are going to use CGI, and assuming the use of CGI.pm, then (from the CGI.pm docs):

    use CGI;
    use Data::Dump qw/ddx/;
    my $q = CGI->new();
    print $q->header('text/plain');
    my %params = $q->Vars;
    
    print "Content-type: text/plain\n\n"; # had to add this
    
    ddx \%params;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Perl/POE/Tk script running on Win32 ActivePerl that calls executables using system
I have a Perl script that uses WWW::Mechanize to read from a file and
I have a Perl script that takes text values from a MySQL table and
I have a perl script that's reading an INI file like this: [placeholder_title] Hostname
I have a plain perl script that can be run from the command-line via
I have a really trivial perl script that I would like to distribute to
I have a powershell script that is calling a batch script (running perl inside)
I have a perl script that grabs some files from a remote server and
I have a Perl script that I'd like to run on Windows, using either
I have a Java application that is executed from a perl script on Windows.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.