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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:30:34+00:00 2026-05-22T23:30:34+00:00

I am very new to linux and perl and I am trying to use

  • 0

I am very new to linux and perl and I am trying to use SOAP::Lite as an API for ffencoderd, a daemon to convert my videos in background. I know I am probably doing something stupid but I read the documentation SOAP::Lite and is says to type use SOAP::Lite. I type into the terminal use SOAP::Lite and it says ‘no command use’. So I try perl use SOAP::Lite and it says no directory use…Can someone give me some clarity here lol, I feel pretty dumb right now…

  • 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-05-22T23:30:35+00:00Added an answer on May 22, 2026 at 11:30 pm

    Your problem seems to be that you don’t know Perl, rather then that you don’t know SOAP::Lite. You might like to start with the Modern Perl book (in hard copy or a free ebook).

    SOAP::Lite is a module, not an executable, so you don’t run it directly from the command line.

    use is part of the Perl language, not an executable, so again, you can’t run it directly from the command line.

    You could write a Perl one-liner that calls it

    perl -MSOAP::Lite -E'your perl code here'
    

    … but SOAP is sufficiently complicated that a one-liner almost certainly isn’t what you are after.

    You need to open a text file, put the standard Perl boilerplate at the top (a shebang line along with use strict; use warnings;) and then write your program there (so you can save it).

    #!/usr/bin/perl
    use strict;
    use warnings;
    use SOAP::Lite;
    

    then you can run the script you saved:

    perl path/to/your.pl
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm very new to Linux and programming on Linux. I'm trying to install OpenAL
I am very new to the linux OS so I am trying to design
does anybody know what this vi command means? am very new with Linux and
I am very new to Linux but I am trying best to learn. We
Very new to JQuery and MVC and webdevelopment over all. I'm now trying to
Very new mobile developer here... I am trying to retrieve a list of tweets
I am new to Perl and I have a problem that's very simple but
I'm very new to Linux/C. In the glibc(eglibs-2.15) sources on my Linux I can
I'm new to both of these tools, and I'm also very new to Linux
Well, I'm new to linux so this may be a very newbie kinda of

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.