Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~103 People Reached
Favorite Forums
Favorite Tags
perl x 1
Member Avatar for rozalla2002

using the following allocate process function i need a deallocate process function but i dont know how to do it. :unsure: Could anyone help? Here is the code: [code]sub allocateProcess&#40;&#41; &#123; my $found=0; my $sizeNeeded=0; my $spaceNotFound=0; my $ID=0; my $size=0; system&#40;"clear"&#41;; print "Process ID&#58; "; $ID=<STDIN>; chomp&#40;$ID&#41;; for&#40;$i=0;$i<$processes;$i++&#41; &#123; …

0
103