Your IP : 216.73.216.124


Current Path : /proc/self/root/proc/self/root/proc/self/root/proc/8644/root/usr/bin/
Upload File :
Current File : //proc/self/root/proc/self/root/proc/self/root/proc/8644/root/usr/bin/fixfmps

#!/usr/bin/perl
eval 'exec perl -S $0 "$@"'
	if $running_under_some_shell;

# fixfmps: get conforming PostScript out of FrameMaker version 2 file
# move all FMDEFINEFONTs to start of pages
#
# Copyright (C) Angus J. C. Duggan 1991-1995
# See file LICENSE for details.

%fonts=();

while (<>) {
   if (/^([0-9]+) [0-9]+ .* FMDEFINEFONT$/) {
      $fonts{$1} = $_;
   } elsif (/^[0-9.]+ [0-9.]+ [0-9]+ FMBEGINPAGE$/) {
      print $_, join('',values(%fonts));
   } elsif (m%(.*/PageSize \[paperwidth paperheight\]put )setpagedevice(.*)%) {
      print "$1pop$2\n";
   } else {
      print $_;
   }
}



Warning: Unknown: open(/var/www/iplanru/data/bin-tmp/sess_51a9334d2a73a6c8d3af6549606921da, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/iplanru/data/bin-tmp) in Unknown on line 0