Tugriceri Web Notes

Programming

Making patch file

by on Dec.26, 2007, under Programming

Creating patch file with diff. 

shell > diff -Naur old_file new_file > patch_file

shell > diff -Naur gazlo.pl gazlo_new.pl > gazlo.patch

shell > patch < gazlo.patch


Powered by ScribeFire.

Comments Off on Making patch file more...

Compiling perl code

by on Dec.26, 2007, under Programming

You can compile your perl codes with using perlcc. For example;

shell > perlcc -B some.pl -o any.pl

Powered by ScribeFire.

Comments Off on Compiling perl code more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...