Beginners always want to write this:
print "The sum of three and four is: 3+4";
And they want the 3+4 part to be evaluated, so that it prints this:
The sum of three and four is: 7
Of course, it's a double-quoted string, so it's not evaluated. The only
things that are evaluated in double-quoted strings are variable
references.
There are solutions to this, but most of them are ugly. This module is
less ugly.
This module provides the capability to parse a string at runtime as
Perl source code, so that the resulting compiled code can be later
executed. This is part of the job of the string form of the eval
operator, but in this module it is separated out from the other jobs
of eval. Parsing of Perl code is generally influenced by its lexical
context, and this module provides some explicit control over this
process, by reifying lexical environments as Perl objects.
This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if ($@) {} is often prone
to subtle bugs, primarily that its far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
phc is a framework for static analysis of PHP scripts, PHP source to source
transformations, and ultimately compiling PHP scripts down to native machine
code.
The current release does not yet compile PHP and is therefore not yet useful
for end-users. It is however useful for writing tools that operate on PHP
scripts, such as refactoring tools, aspect weavers, or obfuscators. See the
website to get an idea of what is planned for coming releases of phc.
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML. Its syntax draws upon C,
Java, and Perl, and is easy to learn. The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.
Biabam Is A Bash Attachment Mailer
To use BIABAM use the following syntax:
echo [body] | biabam attachment1,[attachment2,attachmentN] [-s subject] \
recipient1[,recipient2,recipientN]
Example:
echo "Here are the tarballs you requested" | biabam \
foobar-0.7.8.tar.gz,coolapp-0.4.3.tar.gz,otherapp-4.3.0.tar.gz \
-s "Answer to your request" john@doe.org,irene@prima.org,cira@alpispa.es
If no text is piped into biabam, it will wait for text on standard input
(finish with CTRL-D)
Postfix Admin is a web-based management tool written in PHP for
Postfix with Postfix-style Virtual Domains using MySQL or
PostgreSQL lookups. Postfix Admin is known to work on Apache
and Lighttpd, but is designed to work on any web server with
PHP 5.1.2+ support.
Postfix Admin features:
- Virtual Mailboxes, Virtual Aliases and Forwarders;
- Domain-to-Domain Forwarding (Catch-All Aliases);
- Vacation (auto-responder) for Virtual Mailboxes;
- Quota, Alias & Mailbox limits per domain;
- Backup MX;
- Packaged with over 25 languages.
Ximian Evolution[tm] is the premier personal and workgroup information
management solution for UNIX. Evolution seamlessly integrates email,
calendaring, meeting scheduling, contact management and online task lists
in one powerful, fast, and easy to use application. It also delivers a
comprehensive set of features that help keep work organized and projects
on track. The unique Ximian vFolders[tm] are virtual folders used to
create and save powerful contextual views of email messages.
ez-pine-gpg is a set of scripts that allows beginners and experts
to use gpg with Pine. There are plenty of other applications that
allow gpg to be used with Pine: This one is intended to be the
best, since it merges intuitive use with powerful features.
The result is an application that's not only fast and secure,
but also perfect for novices and power-users alike.
GNUMail.app is a clone of NeXT's excellent Mail.app application.
It uses the GNUstep development framework, which is based on the
OpenStep specification provided by NeXT, Inc.. GNUMail.app is
licensed under the GPL, and the full sources of the application
are available.
GNUMail.app was written mostly from scratch though it does use some
code from elm and mpack/munpack.
LICENSE: GPL2 or later