Questions tagged as 'perl'

1
answer

Convert perl script in php

I have a perl script running right and a script in php tbm running right. The only difference between the 2 is that my perl file has a command that does a return to the other script that calls it, and my php does not have that, I need to know...
asked by 16.02.2017 / 21:48
0
answers

Java function equivalent to pack ("v", int) in Perl / PHP

I would like to know if there is any function in Java equivalent to the pack("v",numero) function of Perl and PHP. No perl / php: pack("v",numero) = unsigned short (always 16 bit, little endian byte order) In Java: ?     
asked by 05.12.2014 / 17:30
0
answers

ERROR Failed to find flength file

To make an upload script work fine, but the upload does not work. Give this error:    Failed to find flength file The cgi-bin / upload.cgi is below: #!/usr/bin/perl -w my $TEMP_DIR = '/tmp/'; my $DATA_DELIMITER = '<=>'; my $DEBU...
asked by 09.12.2014 / 16:28
1
answer

Convert hash arrays

I'm giving some maintenance on a perl system (language that I'm noob) and I needed to create a new report module where I need to solve the following situation: I have 2 arrays with the following formats @head = ("nomeinstituicao", "cnpjinst...
asked by 28.07.2018 / 00:18