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 8144975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:31:03+00:00 2026-06-06T13:31:03+00:00

I googled about #!/usr/bin/perl , but I could not find any satisfactory answer. I

  • 0

I googled about #!/usr/bin/perl, but I could not find any satisfactory answer. I know it’s a pretty basic thing, but still, could explain me what is the significance of #!/usr/bin/perl in Perl? Moreover, what does -w or -T signify in #!/usr/bin/perl? I am a newbie to Perl, so please be patient.

  • 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-06T13:31:04+00:00Added an answer on June 6, 2026 at 1:31 pm

    The #! is commonly called a “shebang” and it tells the computer how to run a script. You’ll also see lots of shell-scripts with #!/bin/sh or #!/bin/bash.

    So, /usr/bin/perl is your Perl interpreter and it is run and given the file to execute.

    The rest of the line are options for Perl. The “-T” is tainting (it means input is marked as “not trusted” until you check it’s format). The “-w” turns warnings on.

    You can find out more by running perldoc perlrun (perldoc is Perl’s documentation reader, might be installed, might be in its own package).

    For scripts you write I would recommend starting them with:

    #!/usr/bin/perl
    use warnings;
    use strict;
    

    This turns on lots of warnings and extra checks – especially useful while you are learning (I’m still learning and I’ve been using Perl for more than 10 years now).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have googled an serached a lot here about background runnin aps but have
I am making app about google documents. but I don't know How to save
Does anyone know any more details about google's web-crawler (aka GoogleBot)? I was curious
Googled about it - found nothing. I'm talking about CSS :hover, not jQuery .hover().
I googled about resizing images in python. but I found nothing helpful in python
I want to move sections in tableview. I googled about this i did't find
I've just recently learned about friend class concept in C++ (I've googled around for
The question is about Google App Engine Backend. How do I find out the
I know that in the begining of .sh bash scripts is #!/bin/bash which points
I googled about it and somewhere I read .... Yes, you can. That is

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.