Search Results

Search: Posts Made By: xmaverick
6,659
Posted By xmaverick
Pressing "Enter/Space bar" using Net::TELNET? in Perl
I'm trying to learn how to get my script to execute the enter button when it telnets into a router and the router displays output but you need to press the space bar or enter button to continue...
3,230
Posted By xmaverick
Perl Regular Expression Word Search
I'm trying to have my perl script telnet into the network device execute a command then dump the output of the command into a variable. The script then greps for the word "STANDBY". I can't seem to...
1,306
Posted By xmaverick
Parsing Array - Newbie
Hello,

I'm a newbie to the world of programming and so i decided to learn perl. I'm working on a project that telnets into a Cisco router and eliminates a specific line but i can't seem to get...
3,786
Posted By xmaverick
I finally got the script to work after several...
I finally got the script to work after several modifications:

#!/usr/bin/perl -w


use strict;
use warnings;

my $attachment = 'something.jpg';

my $from = 'xxx@domain.com';
my...
3,786
Posted By xmaverick
The header of a working script matches my non...
The header of a working script matches my non functioning script.
3,786
Posted By xmaverick
What should happen when i execute the perl -e...
What should happen when i execute the perl -e 'use strict;' on the command prompt. I didn't get anything on the prompt.

---------- Post updated at 11:24 AM ---------- Previous update was at 11:22...
3,786
Posted By xmaverick
Perl is installed in the directory in which im...
Perl is installed in the directory in which im running my script
3,786
Posted By xmaverick
Email Attachment Script
Hello,

I created the following script but i'm trying to figure out why i keep getting an error.

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

my $baseDir = '/export/home/omcadmin/bin';...
1,627
Posted By xmaverick
Modify Perl Script To Send Attachments
Hello,

I'm a newbie to the world of programming and so i decided to take up perl. I'm trying to learn how to modify the script below in order to have it sent with attachments. Any suggestions? ...
9,097
Posted By xmaverick
Sending Attachment using MIME::Lite and Net::SMTP
Hello,

I'm a newbie perl scriptor and i'm trying to figure out why i can't send an email using MIME::Lite with Net::SMTP. I keep receiving the following error:


SMTP MAIL command failed: ...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 04:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy