0
votes
3answers
49 views

Parse large text file with Perl crashes when run from PHP

I'm using Perl script to parse and create JSON output for use in PHP. Basically I'm parsing large text files(5-20MB) using Perl, with data as following: ...
-1
votes
3answers
51 views

What to use for Web backend development? Perl? PHP? [closed]

I'm looking to setup a pretty advanced web-based interface for a B2B application. I'm looking for a backend language to generate templates for the front end, pass the JSON data back and forth, etc. I ...
1
vote
2answers
65 views

Communication between PHP and Perl CGI scripts

I have two scripts that carry out different tasks on a server. One is written in Perl (.cgi) the other in PHP. I am trying to send out a request from the perl CGI script by doing something like this: ...
1
vote
0answers
46 views

How can I have a php script call a perl script that requires a parameter?

I have a php script that allows people to upload files to a server, and I have a perl script to convert the filetype to something more useful for data extraction. The php script saves the name of the ...
-1
votes
0answers
48 views

Have a server play a sound when it receives an email [closed]

There's a server sitting in my room, and I would like it to play a sound whenever I receive a specific email (let's just say, for example, the emails that notify me I have a new follower on twitter). ...
-2
votes
0answers
56 views

Socket server in PHP or Perl? [closed]

I'm trying to build socket server to accept log messages from a game server so my problem is in what programming language to build this PHP or Perl Keeping in mind that : Server must handle ...
0
votes
1answer
59 views

regular expression for commenting out all print statements in a file if followed by a particular string

I have a file that looks similar to this: <?php print "hello world" . "<br/>"; print "foobar" . "<br/>"; ... // Process parameter if ($var) { print $var . ...
-2
votes
0answers
38 views

How to plot two data sets having different types of X-axis values from different files (csv or text files) in a single plot in R

Actually i've more than two files which contains different sets of data having different x,y values in each file... i want to generate a plot for these all the files each file with different ...
1
vote
1answer
76 views

How to create own language using php [closed]

Hello everyone I am wondering if its posible to create own language tags for CMS using php or perl for Content management system. Like for examples {% title %}, {% description %}, {% menu %} so ...
0
votes
1answer
38 views

How to call a script from webpage served by apache

I am trying to create a webpage form that when submitted, it would call a filebot script (or any program in Unix with a large list of parameters". When I run this command from the Unix prompt, it ...
0
votes
2answers
43 views

Perl module not found when script executed by php

I execute a perl script with exec via php, however I receive an error that the module Net::DNS is missing. I have installed the module as a regular user and as such is located in ...
-6
votes
0answers
42 views

How to find a websites last update timestamp in perl or php [closed]

I am looking for a code that can give me the timestamp when the website was last updated. I saw some javascripts but didnt work for me.
2
votes
1answer
39 views

Java process on Mac OSX seems to “hang” when invoked via webserver, but OK from the commandline

I have a very strange situation where a Java process seems to hang when called via Apache/PHP, but OK when invoked from the command line. I spent hours debugging this, no avail. Any and all thoughts ...
-3
votes
1answer
67 views

Coding my own Perl or PHP CMS [closed]

I have been working on my own content management system in perl for the since January. I have made close to enough progress to release it as a free open source project or a product made by me... The ...
0
votes
0answers
97 views

PHP - Create a video from images without ffmpeg

I'd like to create videos from a list of still images using PHP, but I can't install ffmpeg on my server, is there a way to achieve this? I don't know anything about perl, but I can write perl code ...
-5
votes
3answers
55 views

Trying to compare a calculation on float values returns false [duplicate]

Why it equals allways false? <?php $a = (0.1+0.2); print $a."\n"; // results in 0.3 if ( (double)$a == (double)0.3 ) { echo "true"; }else{ echo "not true"; } echo PHP_EOL; Perl perl ...
0
votes
2answers
52 views

Passing session variables from php to perl

I need to pass php session variables from my php form to a perl script and vice versa so the forms fields can keep their values. form.php <?php session_start(); if (isset($_POST['submit'])){ ...
0
votes
2answers
64 views

How to download HTML encoded with PHP/JavaScript content using WGET or Perl

I have a URL which I want to download and parse: http://diana.cslab.ece.ntua.gr/micro-CDS/index.php?r=search/results_mature&mir=hsa-miR-3131&kwd=MIMAT0014996 The problem is when I download ...
0
votes
1answer
32 views

perl cgi won't access php session data in /tmp

I am trying to gain access to an existing php session from a perl script. I can see sample of php to perl, but not perl to php. My biggest issue is accessing the /tmp directory correctly. I have all ...
0
votes
1answer
66 views

complicated date functions - comparing, subtracting

I have some cisco routers, and an expect script, which among other things takes the log files off and will store them in a database for a set amount of time. The problem I have is that there's no ...
-3
votes
1answer
84 views

Lost Excel Graph after saving Excel file [closed]

I am trying to work with Excel files under a *nix environment. I have checked this behaviour in openpyxl but do we have any workaround to resolve this issue? I have excel Sheet (xlsx or xls) which ...
0
votes
1answer
59 views

Run perl when system() is disabled

I'm trying to run a Perl script using: $var = null; system(PATH_PERL . 'script.pl', $var); var_dump($var); However, I'm getting this error: Warning: system() has been disabled for security ...
0
votes
0answers
45 views

How to validate an input parameter using Validate module in perl

we are working on a project where we have two technologies (PERL and PHP) and one Database. PHP connects to the PERL through Dancer Module to get the data from Database. I am trying to implement ...
0
votes
0answers
136 views

Squid Redirect first Access

Good Day, I need your help to develop a plugin for squid. The idea is as follows. User accesses the url eg. www.google.com redirected to another url eg. www.server_interno.com (with some ...
-5
votes
1answer
61 views

using Perl, How do i get the file path from a browse Button [closed]

Using Perl, how can I get the real path from the browse button?? I am using php, but as i saw, there no way to get it.
0
votes
1answer
58 views

How do you convert a Perl array to a PHP array? [closed]

Please help me convert this Perl array into a PHP array: { 'method' => 'sip_endpoint.save', 'parameters' => { 'transport' => [ 'UDP' <-------especially this ...
-2
votes
3answers
66 views

Check if word from file1 one exist in file2 [closed]

I have two files. file1.txt contains: hello world france file2.txt contains: hello germany france I am trying to figure out how can obtain that word germany doesn't exist in file1.txt In any ...
0
votes
1answer
83 views

read a password-protected page

I'm trying to read specific div-elements of a website with a script either written in php or perl. Unfortunately, the page requests a login before those specific site can be read. As I can see, it's ...
0
votes
1answer
49 views

Extract e-mail data [closed]

I'm looking to make a script that fetches data out of e-mails send to a specific e-mail address, on a mail server. The script should only read into e-mails of that one e-mail address. I was ...
1
vote
4answers
96 views

What is the difference between (.*) and (.*?) in regular expressions? [duplicate]

What is the difference between (.*) and (.*?) in regular expressions? I used the following string: <select name="show"> <option value="all" >all php.net sites</option> ...
1
vote
2answers
138 views

How do you split a string based on delimiter not being between two characters in php regex?

I've tried a bunch of stuff but nothing works. I have a string and I want to split the string by a comma , but don't split if the comma is between a bracket, a brace, or a double or single quotation ...
2
votes
2answers
96 views

How to remove question mark garbage data, dynamically, from files?

I have an unknown number of files with garbage data interspersed and I want to remove said garbage data dynamically, perhaps using regex. It'll usually look something like this in an HTML file in a ...
5
votes
2answers
180 views

does calling a shell command from within a scripting language slow down performance?

When writing python, perl, ruby, or php I'll often use ... PERL: `[SHELL COMMAND HERE]` system("[SHELL]", "[COMMAND]", "[HERE]") Python import os os.system("[SHELL COMMAND HERE]") from subprocess ...
2
votes
3answers
97 views

Perl pack() function and “B” format character to Php

What does the "B" do in this pack statement from Perl code? $hce_hash=pack('B*', $hce_hash); Is there an equivalent function in PHP?
0
votes
5answers
136 views

Access a PHP array with Perl

I am primarily a PHP developer and have limited experience with Perl. I was tasked with writing a queue script in Perl which checks against a database, and that is all working out great. The problem ...
3
votes
4answers
157 views

Distributed parallel programming model in any programming language - similar to apach hadoop but supports windows machine

I am interested to know distributed parallel programming model in any programming language (java/perl/python/php) - similar to apache hadoop but supports windows machine (I don't want to install ...
0
votes
1answer
59 views

Language & framework for a chart displaying website [closed]

I want to build a small website which basically will display charts with options etc. and a menu. It will have a database which will be filled with some cronjobs. Now I am doubting which framework ...
-1
votes
1answer
112 views

Search words in a string using Boolean operators (AND, OR, NOT) as Google does

I would like to do searches in strings with "Google" style, using operators such as "or", "and" and "not". It is possible simulate this operators in regular expressions? For example, I want to do the ...
1
vote
0answers
59 views

managing Excel accounts with a program [closed]

So I am A scout leader. One of my jobs is looking after money taken in. This is a repetitive task, so i thought I could make y life easier by using a program to keep my records up to date. Ok so ...
-1
votes
1answer
138 views

PHP/MySQL table search by Perl

With not understanding perl/MySQL enough I’m hoping someone here can give a helping hand. The code obviously doesn't work, but it's what I have so far and I'm still learning. I’m wanting to open and ...
0
votes
1answer
123 views

Write the output of a (shoutcast status) script to an image

I'm trying to write the following output of a (shoutcast status) script to an image using GD but it's not working. What am I doing wrong? $string = "/home/test.txt"; Using the above just displays ...
0
votes
0answers
57 views

Which language should i choose php or perl of python [closed]

I am not here to find out which language is better, i want to know which language is good for a specific scenario. This is the scenario. The language has to process 400-1000 XML every day,split the ...
0
votes
1answer
42 views

Is there a way to connect sockets from perl script to a PHP server?

I am new to the concept of web socket connections and this would be of real help to me. I have XAMPP running on a local machine. How can i connect via a socket to the APACHE server on this machine ? I ...
0
votes
1answer
274 views

Remove password from Excel spreadsheet - Password Known

We have a bunch of Excel spreadsheets that are processed by a Perl script. These spreadsheets are password protected (we know the password). What we need is to be able to remove the password from ...
3
votes
2answers
63 views

I don't understand this Textile Regex

I found the following regex in the PHP code of the Textism Textile: /\b ?[([]TM[])]/i I consider myself to be experienced in reading regexes but this one is a mystery to me. The beginning is easy, ...
1
vote
1answer
135 views

Connecting to a database on a different network via VPN through PHP

We currently have a process where a user uses Cisco VPN client to establish a secure tunnel to a remote server. They, then, remote desktop into a machine on the remote network. While on the remote ...
1
vote
2answers
209 views

perl and php md5 file checksum doesn't match

i'm trying to get the checksum fore a binary file running php's $checksum =md5_file($fname) and for perl use Digest::MD5; open FILE, "$fname"; $ctx = Digest::MD5->new; ...
1
vote
1answer
149 views

Use a PHP to send out a command to a perl script on multiple servers using PHP, MySQL, Perl, and SSH

Well. I have a large basis on which to go. I just dont know how to go about it. using the exec() function. But I think I'd really just need help doing a remote SSH. The rest I already sorta understand ...
-3
votes
1answer
123 views

Calendar implementation, repeatable events, ways to architect [closed]

I am working on a scheduling module, and i have received following requirements. There should be abilities to create: Non-repeatable events Daily repeatable events Events, that will be repeated on ...
0
votes
2answers
103 views

Passing uploaded files from php to Perl script

I have a perl script which takes input as a file and return results in text files. I want to use file as input, which is uploaded by user through php page. For that what should I do? I have PHP 5.3.14 ...

1 2 3 4 5 12