#!/usr/bin/perl
use strict;
use warnings;
my $file;
my @files;
my $parse;
my @files = <*>;
foreach $file(@files)
chomp ($file);
{
$parse = system qq(paste <(cut -f1,2,13 $file) <(cut -f12 $file));
}
"my" variable @files masks earlier declaration in same scope at Rast_seq.pl line 11.
sh: 1: Syntax error: "(" unexpected
sh: 1: Syntax error: "(" unexpected
sh: 1: Syntax error: "("
Does anybody have a suggestion here?
my appache log spits out the following.
[Sat Oct 27 20:16:39 2012] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected 'up' (T_STRING) in /var/www/wiki/LocalSettings.php on line 136
[Sat Oct 27 20:16:39 2012] [error] [client 127.0.0.1] ModSecurity: Access denied with code 403 (phase 4).
I tried with Apache on ubuntu 9.04 and get the same error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be
Hi,
We have installed linux6(RHEL) OS and installed datastage application on that.
First time installation worked fine and our all services related to datastage was up and running.
When we stopped the datastage and restarted its giving below error while restart:-
./uv -admin -start
DataStage Engine 8.7.0.0 instance "ade" has been brought up.
Hey guys I keep seeing this Parse error saying that there is an unexpected colon in my script.
Hi i have just modified my stock rom and i have just tried to install it using CWM recovery and i keep getting the same error all the time.
I have just installed su_php on my server (amazon ec2 instance), It is required for 1 of my applications.
Now, I am getting a 500 Internal server error when visiting all of my hosted sites.
The error logs:
[error] [client ip] SoftException in Application.cpp:350: UID of script "/var/www/html/www.mywebsite.org.uk/index.php" is smaller than min_uid
[error] [client ip] Premature end of script head
iam new in codeigniter frame work,i want to remove index.php from url and tried many times bt its not working.....
here is my .htaccess file
RewriteEngine on
RewriteBase /test/ RewriteCond $1
!^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME}
!-f RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$
test/index.php/$1 [L,QSA]
iam also change
$config['index_page
I have compiled both gocr and subtitleripper from slackbuilds.org and I am running into a problem with one of the scripts run from subtitleripper: pgm2txt.