#!/usr/bin/perl -w use strict; use Data::Dumper; my $other = 'somescript.pl'; my $find = '%some_hash'; open SCRIPT, "< $other" or die "can't open\n"; my $first = ""; my $hash_text = ""; while (