Perl is a high-level, general-purpose, interpreted, dynamic programming language.

learn more… | top users | synonyms

0
votes
1answer
23 views

Perl select returning undef on sysread when using Windows, IPC::Open3, and IO::Socket->socketpair()

I found this example (posted by @ikegami) of a way to use IPC::Open3 on windows using sockets. The problem is that, when I run it, I get an error An existing connection was forcibly closed by the ...
-1
votes
0answers
48 views

sed/awk/perl? Replace pattern with result of using pattern as input to another command

I'm writing a wrapper function for ssh that replaces keys (specified elsewhere) with the proper username@hostname for that server. Keys are designated by the presence of at least one comma. For ...
5
votes
2answers
46 views

Perl Testing: How to stop testing in a single file after first failure

I'm using Test::More module. If i have a .t file with a bunch of tests (mainly using ok()); how can I make the testcase stop after the first failure. What i'm seeing right now is if the first ok ...
1
vote
4answers
57 views

Perl: Can I use pattern matching to find certain lines in a log file

I have a log file with this type of content: Mon Nov 19 11:00:01 2012 Host: eccas1635.ecc3.ford.com accurev-ent inuse: 629 Mon Nov 19 12:00:01 2012 Host: eccas1635.ecc3.ford.com accurev-ent ...
1
vote
0answers
44 views

Suggestions for differentiating which Q a user would like to answer

I am trying to make it so that a user can choose which question they want to answer, and, using a textarea, answer that question. I'm having trouble figuring out how I can differentiate which question ...
3
votes
3answers
54 views

How to merge same sizes of arrays to one array in Perl?

I have several arrays which have same size like below: @m1= (1,1,0,1); @m2= (0,1,1,1); @m3= (0,1,1,0); @m4= (1,1,0,0); The question is how can I put it in one array like this? @m = ( ...
1
vote
0answers
16 views

Using python CGISimpleServer to export d3 svg

I'd like to export the svg from a d3 chart to a .svg file without requiring any interaction from the user. I'm using code based on this great example : http://d3export.cancan.cshl.edu/ but server ...
0
votes
1answer
25 views

Dropdown box on change event for multiple list box

my ($self, $c) = @_; $c->stash->{buildallinfo}=$c->model('DB::misc')->getTestInformation(); Buildall info dump is like : Apple => type2=>[2,3] type4=>[2,1] Mango => ...
1
vote
0answers
29 views

Error Initializing OpenSSL module in perl

Hi I am a newbie to perl. How to create a pkcs7 signature in perl .Any Example code would be helpful. I tried to use OpenCA::OpenSSL. I got error initializing OpenCA::OpenSSL instance. Thanks in ...
1
vote
0answers
11 views

cant get email with Net::Facebook::Oauth2

my $fb = Net::Facebook::Oauth2->new( application_id => 'your_application_id', application_secret => 'your_application_secret', callback => ...
0
votes
2answers
59 views

Program deleting lines in my file

I got a question. I have a program where I am trying to anchor the beginning of lines with a pipe (|). However, when I execute it, it reduces or deletes lines in my file. As you will see, I am not ...
9
votes
4answers
60 views

Error handling with next in Try::Tiny catch block

The following code (a simplified example, I'm actually iterating over a list of objects and trying to trap an exception) performs error handling by going to the next item in the for list. It works, ...
0
votes
0answers
28 views

How to prevent applications that planted in the same server use same session?

I am developing a Perl application for my company's internal site. I am creating several applications in a same server, and now I stuck in the session stuff, the application uses the same session, so ...
0
votes
2answers
40 views

How to display HTML tags in UTF8 Translations in Template tool kit

I am working in a web based website, where we are using Perl, MySQL 5, Apache and Template Toolkit. we are planning to introduce the support for multiple Language in our website. What we have done ...
2
votes
2answers
63 views

Perl unicode handling with DBI

I am using Spreadsheet::Read to get data from Excel (xls or xlsx) files and put them in a MySQL database using DBI. If I print out the data to the console, it displays all special characters ...
0
votes
3answers
37 views

Perl Directory Walking issue - Can't go back up more than 1 directory properly

First off, I don't have the ability to use File::Find. So I have my script to walk through directories and find a certain type of file. But if I go more than one sub-directory deep, my script ...
0
votes
3answers
42 views

Select one random row from cycle of function with SQLite and Perl

Hi I tried to select one random number from this: My source: use DBI; use CGI; my $file = '.\input.txt'; # Name the file open(FILE, $file) or die("Unable to open file"); my @data = ...
1
vote
2answers
41 views

Error-global symbol requires explicit package name

I am trying print all the values of a database table on a webpage in a table format.I am using a perl file having .cgi extension.Whenever i try to run the code i get the error "global symbol requires ...
0
votes
2answers
23 views

Howto find out the version of mod_perl?

In order to debug my perl code i need to find out the mod_perl version. How can i find out the version of mod_perl?
1
vote
2answers
46 views

How to detect if my server is running centos or other from a perl script

I want to display some text in a script only if the Operating System is Centos . How can i do that in a perl script ?
1
vote
2answers
43 views

After update of the JSON module i get the following warning

After update of the JSON module from version 1.54 to 2.07 i get the following warning in my logs: Prototype mismatch: sub ModPerl::ROOT::ModPerl::PerlRun::mypath_myfile_2epl::from_json: none vs ($@) ...
1
vote
2answers
51 views

How can I create a variable array name in Perl?

Array @p is a multiline array, e.g. $p[1] is the second line. This code will explain what I want: $size=@p; # line number of array @p for($i=0; $i<$size; $i++) { @p{$i}= split(/ +/,$p[$i]); ...
2
votes
0answers
36 views

How can I get the calling method which inherit from other package

I want to get the calling method's name. I try caller, it works fine in most cases. But the result is not what I expected when the method inherit from parent package. Following is the example: ...
0
votes
1answer
12 views

Postfix Perl mailing via PostDrop

I'm trying to inject an email directly into the postfix queue using a perl module Mail::Postfix::Postdrop which ultilises a postfix method of allowing messages to be written directly to the postdrop ...
0
votes
1answer
21 views

How to compare array from file with sql database query?

I tried to select all columns from my table at database that is same as on row in array in file. For example: TABLE: id name 1 A 2 B 3 C FILE: A B I want to select only A and B. My source: use ...
0
votes
2answers
52 views

How to add \n and delete space from perl regular expression

I tried to add \n to output from this source: sub fileresult{ open my $file; my @listOfFiles; while (<$file>) { if (m/^\s+ (\w+)/x) { push @listOfFiles, $1; } } close $file; open my ...
-1
votes
1answer
40 views

File search recursivly in the folders on windows

Trying to write a script which search for two file in the folders once those files get found then it has to perform some operation on an another file : I am using windows for this script. Below is ...
0
votes
1answer
31 views

cant match metacharcters with turn off the characters using escape sequence \Q in perl

unable to match the below string $String = "[{}][{{{}}}]"; $true = $string =~ m/\Q[({})+]+\E/; print $true;
0
votes
2answers
48 views

How to get hostname in Solaris machines, through perl script?

I tried this in linux machines my $a = $ENV{HOSTNAME}; print "\nhostname = $a\n"; i get this, hostname = sims5.eng.netapp.com i tried same in Solaris, but i get nothing. hostname = I can ...
0
votes
1answer
26 views

perl Match multiline pattern in a file

I have a program which reads a file line by line and gets data when a pattern is matched. currently it extracts patterns like function abc (int a, int b) but i have some functions like function xyz ...
0
votes
5answers
39 views

cutting a portion of url using regular expression in perl

I have the following url : http://stagingbugzilla.cpiv.com/html/estVerificationPool/estPendingBugs.php?team_name=General%20administration Need to proper way to extract the value after "?" Need to ...
0
votes
0answers
41 views

stack smashing detected with perl DBD::mysql

I was bugged by the stack smashing detected error of perl with DBD::mysql in Suse. The full error log is here https://gist.github.com/tsechingho/5617282 . Could give me some ideas how to resolve ...
0
votes
0answers
25 views

Catalyst not redirecting urls for beta.domain.com

I'm using Catalyst for a web app that I'm building, however it cannot redirect properly. It can redirect fine with domains like http://www.domain.com/, however if I have a subdomain like ...
0
votes
1answer
33 views

Getting rid of an empty line when adding new lines to a file (in Perl)

I have files with daily stocks prices saved in text files when each line of the file represents one day data. For example: 20/05/2013 23.46 23.58 23.43 23.57 32884800 23.57 17/05/2013 ...
2
votes
4answers
74 views

Perl Regex Extraction

I have a file which contains the details as follows: /var/example/12.1.1.0-gn/product /var/example/12.1.1.0-xn/product . . /var/example/13.1.1.0-gn/product ...
0
votes
1answer
29 views

Email::MIME can't parse message from Gmail

So I'm using PERL and Email::MIME to get an email from gmail. Here is my code: use Net::IMAP::Simple::Gmail; use Email::Mime; # Creat the object that will read the emails $server = ...
0
votes
0answers
49 views

two subdirectories named 'sys' under /usr/lib64/perl5 [closed]

Anybody's got an idea why there are two subdirectories named 'sys' under /usr/lib64/perl5 ? Different inodes, but anyway... Here's the output (Fedora18): ls -li /usr/lib64/perl5/ [...] ...
2
votes
2answers
43 views

sort by subset of perl string

I have a hash. The hash key is a long string "str_3432_123_A12_C02_xy_ut" I want to sort the keys by a subset of the string which will have the format A12_C02. I assume no other part of the string ...
0
votes
1answer
36 views

Perl testing fake hash reference return

I have a function that returns a Hash reference. The particular function is talking to a resource that has a high latency reply and is run multiple times. Depending on how many times it is called - ...
3
votes
3answers
133 views

Sort a Huge file

I want to sort a huge file of approx 20M rows: ascending on Team Name and then descending on highest score. so I can get the highest scorers per team. I want to be considerate of system's ...
2
votes
3answers
46 views

How does one create a child module?

I've been out of the Perl world for way too long. I want to create a child module and access its functions. I'm basically just missing how to connect these and access the methods. Parent example: ...
1
vote
4answers
48 views

Perl find whether more than one string is in a log file then print

Hi just learning Perl so please forgive. What I am trying to do is if the log file contains one or more of these strings Failed, Error or Skipped then print out an error.(the log could have one or ...
1
vote
4answers
58 views

grep -P no longer works how can I rewrite my searches

It looks like the new version of OSX no longer supports grep -P and as such has made some of my scripts stop working. var1=`grep -o -P '(?<=<st:italic>).*(?=</italic>)' file.txt` I ...
0
votes
1answer
75 views

Perl hangs when pushing onto array

I'm running the following code to extract a list of IDs from a mysql database and store them in an array. I'm doing this exact sequence of steps in other places in my code, but in this location, ...
0
votes
2answers
49 views

Which is faster in perl, Parallel::ForkManager or threads? [closed]

Threads are considered as lightweight processes. Will they actually run faster than an equal number of forked processes?
0
votes
0answers
29 views

trying to send messages from PERL to my email

I have a PERL script running on a mac that looks as follows: use strict; use warnings; use MIME::Lite::TT; # The parameters that will change with every experiment my %params; print "Initiating ...
1
vote
1answer
20 views

Perl: Using HTTP::Request::Common to post with authentication

I tried to use HTTP::Request::Common to do a post to a URL. Unfortunately, it doesn't seem to work with authentication, and I had to switch back to plain ol' HTTP::Request. If I didn't need the ...
0
votes
0answers
14 views

How to use other viewer class than terminal in AI::ExpertSystem::Advanced

I tried to use perl module AI::ExpertSystem::Advanced. I want to try another viewer class - for example my browser. How can I do it??? my $ai = AI::ExpertSystem::Advanced->new( ...
2
votes
4answers
70 views

Only one of two arguments should be defined

What is the more elegant way to write the next? sub depend { my($x,$y) = @_; die "only one allowed" if( defined($x) && defined($y) ); die "one must be defined" unless ( ...
-5
votes
2answers
45 views

Code Syntax Error [closed]

Cant seem to get this to work, all I keep getting is a a syntax error. #!/usr/bin/perl use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use strict; my $Catagory = "Test"; ...

1 2 3 4 5 547