can someone help?
From: Roll (lie_huo_at_hotmail.com)
Date: 02/28/05
- Next message: Alexandre Jaquet: "Re: can someone help?"
- Previous message: Alexandre Jaquet: "system (date) in perl"
- Next in thread: Alexandre Jaquet: "Re: can someone help?"
- Reply: Alexandre Jaquet: "Re: can someone help?"
- Reply: Paul Lalli: "Re: can someone help?"
- Reply: phaylon: "Re: can someone help?"
- Reply: Gunnar Hjalmarsson: "Re: can someone help?"
- Reply: Chris Mattern: "Re: can someone help?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Feb 2005 11:14:56 -0500
#!/usr/bin/perl
use warnings;
use strict;
my $out = '/root/a.conf';
open(OUTF,">>", $out) or die "Cannot open $out for appending:$!";
print OUTF "anc";
close OUTF or die "Cannot close $out:$!";
how come when i use this code i got a 500 internal server error ? how do i
solve this?
- Next message: Alexandre Jaquet: "Re: can someone help?"
- Previous message: Alexandre Jaquet: "system (date) in perl"
- Next in thread: Alexandre Jaquet: "Re: can someone help?"
- Reply: Alexandre Jaquet: "Re: can someone help?"
- Reply: Paul Lalli: "Re: can someone help?"
- Reply: phaylon: "Re: can someone help?"
- Reply: Gunnar Hjalmarsson: "Re: can someone help?"
- Reply: Chris Mattern: "Re: can someone help?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|